Close
dtSearch .NET Standard API 2023.02
SearchFilter.SelectItems Method (int, uint[], bool)

Set the selection state of an array of document ids to the selection state indicated by fSelected.

public void SelectItems( int whichIndex, uint[] docIds, bool isSelected );
Parameters
Description
whichIndex
Integer identifying the index in this SearchFilter (obtained from AddIndex)
docIds
Array of document ids to select.
isSelected
Selection state to assign to the documents in the array.